home *** CD-ROM | disk | FTP | other *** search
- ; This script copies a win.ini from the Fusion directory
- ; to the user's windows directory. WINDIR finds the first
- ; windows directory in the path (the first directory it
- ; finds with the win.ini in it) and copies the file to the
- ; specified directory. Use WINDIR in the Default path in the
- ; package. The same thing could be accomplished by using a
- ; fileset that contains the win.ini to be distributed. In
- ; that case the script would not be needed.
- COPY "F:\FUSION" "WIN.INI" [WINDIR] "WIN.INI"
-
-